home *** CD-ROM | disk | FTP | other *** search
- SettingsWindow.mcc 0.20 Documentation
- *************************************
-
-
- Copyright
- *********
-
- SettingsWindow.mcc (c) 1997 Ingo Weinhold
-
- SettingsWindow.mcc is copyrighted by Ingo Weinhold, but it may be freely
- distributed as long as the package stays unmodified.
- The package consists of:
-
- * the SettingsWindow-Demo and its source code SettingsWindow-Demo.c
- * MCC_SettingsWindow.doc - the autodoc file
- * SettingsWindow_mcc.h - the C include file
- * SettingsWindow_mcc.doc - this documentation
- * SettingsWindow.mcc - the MUI customclass
- * SettingsWindow_mcc.catalog files (German)
- * SettingsWindow_mcc.cd - the catalog descriptor
- * SettingsWindow_mcc_empty.cd - the empty catalog translation
- * SettingsWindow_mcc.ct files (German)
-
-
- Developers are strongly encouraged to use this software in their
- applications, as it is meant for that purpose.
- Using this software still requires
-
- * including a SettingsWindow.mcc copyright notice,
- * an information where to get the latest version of the original archive
- (e.g. Aminet dev/mui)
- * informing me what program SettingsWindow.mcc is used for,
-
- If you consider distributing the SettingsWindow class as part of your
- software, you are allowed to include at least
-
- * SettingsWindow.mcc,
- * all SettingsWindow_mcc.catalog files (German).
-
-
- The Author
- **********
-
- SettingsWindow.mcc was written by Ingo Weinhold.
-
- snailmail: Ingo Weinhold
- Haeckelstr. 40
- 14471 Potsdam
- Germany
-
- email: bonefish@cs.tu-berlin.de
-
-
- Disclaimer
- **********
-
- You use SettingsWindow.mcc at your own risk. The author doesn't guarrantee
- that this software works correctly and doesn't cause damages. No liability
- and responsibility is assumed.
-
-
- Description
- ***********
-
- SettingsWindow.mcc is a custom class of the Magic User Interface (c) by
- Stefan Stuntz.
- It is a subclass of Window.mui that allows you to easily manage your
- programs settings. There is a notification mechanism similar to that of MUI
- to react on changing settings. A row of buttons and a menu let the user have
- the standard save, use, load functions.
-
-
- Requirements
- ************
-
- * MUI 3.3 or higher
-
-
- Installation
- ************
-
- * copy the contents of the directories SettingsWindow/Demos/ ,
- SettingsWindow/Libs/ , SettingsWindow/Docs/ and SettingsWindow/Developer/
- to the corresponding directories in MUI:
-
- * copy the contents of the directories SettingsWindow/Locale/ to LOCALE:
-
-
- History
- *******
-
- V0.10
-
- * first working beta version
-
- V0.20
-
- * English documentation added.
- * Localization, German catalog
- * "Restore" menu item added.
-
- V0.30
-
- * Attributes MUIA_SettingsWindow_TestButton and MUIA_SettingsWindow_TestMode
- added to feature an optional "Test" button.
- * Some comments added to the Demo source.
- * The demo program now takes care if the Asl requester is still opened when
- the user tries to quit the application.
-
- V0.40
-
- * Support of (N)Lists added.
- * Type SWIT_COMPLEX added.
- * Examples for lists added
- * Bug handling the value 0/NULL/FALSE of simple types fixed.
-
-
- Future
- ******
-
- * maybe support of listtrees
-
-
- Thanks to...
- ************
-
- * Stefan Stuntz for the Magic user Interface
-
- * Stephan Aßmus for the nice drawer and demo icons
- and for correcting the English documents
-
-